configuration / system / ext-auth / ldap / mappings

CLI REST-API

mapping1

The submenu mapping1 (mapping1) contains the following:

Menus: none

Objects:
enable (enable LDAP mapping)
mapping (mapping)

Commands: none



See also:
/configuration/system/ext-auth/ldap/mappings/mapping[ID]/enable
/configuration/system/ext-auth/ldap/mappings/mapping[ID]/mapping

REST-API Support:


This menu is supported by the REST API:

Method: GET
URL: /api/configuration/system/ext-auth/ldap/mappings/mapping.*


Example using curl:
curl /api/configuration/system/ext-auth/ldap/mappings/mapping.*


Method: PATCH
URL: /api/configuration/system/ext-auth/ldap/mappings/mapping.*
Body:
{
  \"objects\": \"new-values\"
}

Example using curl:
curl -X PATCH /api/configuration/system/ext-auth/ldap/mappings/mapping.*
-d "{
  \"objects\": \"new-values\"
}"


Method: DELETE
URL: /api/configuration/system/ext-auth/ldap/mappings/mapping.*

Example using curl:
curl -X DELETE /api/configuration/system/ext-auth/ldap/mappings/mapping.*